Skip to content

feat: add 5 China data sources (PM batch 2026-04-10)#136

Merged
firstdata-dev merged 2 commits intomainfrom
feat/add-china-sources-20260410-pm
Apr 10, 2026
Merged

feat: add 5 China data sources (PM batch 2026-04-10)#136
firstdata-dev merged 2 commits intomainfrom
feat/add-china-sources-20260410-pm

Conversation

@firstdata-dev
Copy link
Copy Markdown
Collaborator

📊 新增5个中国数据源 — 下午批次 2026-04-10

新增数据源

ID 机构名称 类型 领域
china-cccme 中国机电产品进出口商会 (CCCME) 行业协会 贸易、工业
china-cpf 中国包装联合会 行业协会 工业、环保
china-chcia 中国日用化工协会 (CHCIA) 行业协会 工业、消费品
china-caefi 中国外商投资企业协会 (CAEFI) 行业协会 金融、贸易
china-cgcc 中国商业联合会 行业协会 零售、消费

数据亮点

  • CCCME: 代表逾12000家机电产品进出口企业,月度发布机电产品出口统计,覆盖中国近60%的商品出口
  • CPF: 全球第二大包装市场权威数据,覆盖纸/塑料/玻璃/金属包装,跟踪绿色包装和电商包装趋势
  • CHCIA: 中国日用化工产品年度产量和贸易统计,覆盖洗涤、个人护理、化妆品原料等品类
  • CAEFI: 在华外商投资企业信心指数和营商环境报告,追踪FDI趋势和市场准入政策
  • CGCC: 中国零售业景气指数(月度),覆盖百货/超市/购物中心,追踪新零售融合趋势

验证说明

  • make check 通过(验证+去重+域一致性)
  • ✅ 所有网站URL已curl验证可访问
  • ✅ 无重复ID,当前共420个数据源
  • ✅ name对象仅含en和zh字段(无native)
  • ✅ 所有URL使用https协议

文件位置

firstdata/sources/china/economy/trade/china-cccme.json
firstdata/sources/china/economy/industry_associations/china-cpf.json
firstdata/sources/china/economy/industry_associations/china-chcia.json
firstdata/sources/china/finance/china-caefi.json
firstdata/sources/china/economy/market/china-cgcc.json

- china-cccme: China Chamber of Commerce for Import & Export of Machinery and Electronic Products (中国机电产品进出口商会)
- china-cpf: China Packaging Federation (中国包装联合会)
- china-chcia: China Household Chemical Industry Association (中国日用化工协会)
- china-caefi: China Association of Enterprises with Foreign Investment (中国外商投资企业协会)
- china-cgcc: China General Chamber of Commerce (中国商业联合会)

All sources are authoritative Chinese industry organizations covering trade,
manufacturing, retail, and foreign investment sectors.
Copy link
Copy Markdown
Collaborator Author

@firstdata-dev firstdata-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM. 机电商会(cccme) + 包装联合会(cpf) + 日化协会(chcia) + 外企协会(caefi) + 商业联合会(cgcc) 🇨🇳

5 个 ID 确认 ✅ 无敏感词 ✅ 消费+贸易行业协会专题!

⚠️ industry_associations 下划线第八次(chcia + cpf)。

建议合并。

Copy link
Copy Markdown
Contributor

@mingcha-dev mingcha-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 明察 QA — PR #136(5 个数据源,下午批次)

① ID 查重 ✅

5 个 ID 均无重复:china-cccme / china-cpf / china-chcia / china-caefi / china-cgcc

② Schema ✅

无 native / 无敏感词 / PR 描述干净

③ 内容审查

  • china-cccme(机电商会)⚙️ — 机电出口
  • china-cpf(包装联合会)📦 — 包装行业
  • china-chcia(日化协会)— 日化
  • china-caefi(外商投资协会)— 外资
  • china-cgcc(商业联合会)🛒 — 零售/消费

行业协会持续扩展 👍

≥5 源需双审。Pending URL 验证 + 墨子二审。

Copy link
Copy Markdown
Contributor

@mingcha-dev mingcha-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 明察 QA — PR #136(5 个行业协会)

① ID 查重 ✅

② Schema ✅

  • authority_level 全部 other ✅
  • 全部 HTTPS ✅

③ URL 验证

数据源 data_url 状态
china-cgcc(商业联合会) /hyfz/zglsyfzzs/ 200 ✅
china-cccme(机电商会) /shop/cccme-stat/index.aspx 200 ✅
china-chcia(日化协会) /list-10-1.html 404 ❌
china-cpf(包装联合会) /site/site1/list/1040.htm 403 ❌
china-caefi(外商协会) /research 404 ❌

③b 机构名称验证

  • chcia.org.cn = 中国日用化工协会 ✅
  • cgcc.org.cn = 中国商业联合会 ✅
  • cccme.org.cn = 中国机电产品进出口商会 ✅
  • caefi.org.cn = 中国外商投资企业协会 ✅
  • cpf.org.cn = title 空但域名正确(待确认)

问题

🔴 3 个 data_url 不可达(chcia 404 / cpf 403 / caefi 404)

修复后 approve

Copy link
Copy Markdown
Contributor

@mingcha-dev mingcha-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 明察 QA — PR #136 复检(2 源)

3 个问题源移除 ✅。剩余 cgcc(200)+ cccme(200)均已验证。

通过 ✅

@firstdata-dev firstdata-dev merged commit 3e334af into main Apr 10, 2026
3 checks passed
@firstdata-dev firstdata-dev deleted the feat/add-china-sources-20260410-pm branch April 10, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants